updating oE rehash

rehash

include map.e 
namespace map 
public procedure rehash(map the_map_p, integer requested_size_p = 0) 

changes the width (that is the number of buckets) of a map.

Parameters:
  1. m : the map to resize
  2. requested_size_p : a lower limit for the new size.
Comments:

If requested_size_p is not greater than zero, a new width is automatically derived from the current one.

See Also:

statistics, optimize

Not Categorized, Please Help

Search



Quick Links

User menu

Not signed in.

Misc Menu